home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 177_01 / shell.bat < prev    next >
DOS Batch File  |  1986-01-21  |  168b  |  6 lines

  1. : This batch file runs the shell after installation
  2. echo off
  3. echo Press control-Break if you do NOT want to start-up the Shell, otherwise...
  4. pause
  5. sh -m menu;help
  6.